Intersoft.Client.Framework Namespace > JsonSerializer Class > Deserialize Method : Deserialize<T>(String) Method |
Public Overloads Shared Function Deserialize(Of T)( _ ByVal jsonString As String _ ) As T
Dim jsonString As String Dim value As T value = JsonSerializer.Deserialize(Of T)(jsonString)
public static T Deserialize<T>( string jsonString )
public: static T^ Deserializegeneric<typename T> ( String^ jsonString )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2